type runtime.cpuStats

5 uses

	runtime (current package)
		metrics.go#L669: 	cpuStats
		mgc.go#L475: 	cpuStats
		mstats.go#L900: type cpuStats struct {
		mstats.go#L926: func (s *cpuStats) accumulateGCPauseTime(dt int64, maxProcs int32) {
		mstats.go#L937: func (s *cpuStats) accumulate(now int64, gcMarkPhase bool) {